From: tsteven4 Date: Mon, 25 Mar 2019 23:43:08 +0000 (-0600) Subject: update continous release version for macos. (#331) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2aa3ba77eb34e7da62f7c577a93282cf83c28237;p=gpsbabel.git update continous release version for macos. (#331) --- diff --git a/.travis.yml b/.travis.yml index 6b498d95a..1c8931d1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ script: after_success: - cd ${TRAVIS_BUILD_DIR} # only deploy pushes to master or prs that target master. the prs will go to transfr.sh, the pushes go to github. - - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.12.1" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/GPSBabel-*.dmg; fi + - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.12.2" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/GPSBabel-*.dmg; fi branches: except: